Appliance Networking ChangeSpec
This schema was added in vSphere API 6.7.3.
{
"hostname": "string",
"sso_user": "string",
"sso_password": "string",
"dns": {
"mode": "string",
"servers": [
"string"
]
},
"ipv4": {
"mode": "string",
"address": "string",
"prefix": 0,
"default_gateway": "string"
},
"ipv6": {
"dhcp": false,
"autoconf": false,
"addresses": [
{
"address": "string",
"prefix": 0
}
],
"default_gateway": "string"
}
}
New hostname to assign to the management network of vCenter appliance
This property was added in vSphere API 6.7.3.
vCenter Server SSO administrator username
This property was added in vSphere API 6.7.3.
vCenter Server SSO administrator Password
This property was added in vSphere API 6.7.3.
DNS Configuration to set for the machine
This property was added in vSphere API 6.7.3.
If missing or null
DNS settings will not be changed
IPv4 Configuration to set for the machine
This property was added in vSphere API 6.7.3.
If missing or null
IPv4 settings will not be changed
IPv6 Configuration to set for the machine
This property was added in vSphere API 6.7.3.
If missing or null
IPv6 settings will not be changed